Handle.setDefaultDpiXY

Do not use this function. Create an [class@Rsvg.Handle] and call [method@Rsvg.Handle.set_dpi_x_y] on it instead.

More...
class Handle
static
void
setDefaultDpiXY
(
double dpiX
,
double dpiY
)

Parameters

dpiX double

Dots Per Inch (aka Pixels Per Inch)

dpiY double

Dots Per Inch (aka Pixels Per Inch)

Detailed Description

Deprecated: This function used to set a global default DPI. However, it only worked if it was called before any [class@Rsvg.Handle] objects had been created; it would not work after that. To avoid global mutable state, please use [method@Rsvg.Handle.set_dpi] instead.

Meta